reftest: Build a shared lib on win32
authorBenjamin Otte <otte@redhat.com>
Mon, 22 Sep 2014 13:41:35 +0000 (15:41 +0200)
committerBenjamin Otte <otte@redhat.com>
Mon, 22 Sep 2014 13:47:02 +0000 (15:47 +0200)
commit9d0ec409ff8579d5ac33bd522c40f6e3a945d152
tree975555106863bdea3977ff506e5a213f3d97434e
parentaa08b87ab67ec05c5547e7dda2dbefbf6c8fca4e
reftest: Build a shared lib on win32

Windows needs a shared library to link the modules against, otherwise
the undefined symbols make it not work.

So build a shared library on Windows.

We don't want a library elsewhere, as that just complicates things, so
we only make the library shared on Windows and keep it as a noinst
library otherwise.

https://bugzilla.gnome.org/show_bug.cgi?id=736338
testsuite/reftests/Makefile.am